home *** CD-ROM | disk | FTP | other *** search
/ University of Minnesota Welcome Kit 2002 / PC Internet Tool.iso / pc / Extras / 3COM / 3C90XX1.EXE / HELP / NETWARE.41X < prev    next >
Encoding:
Text File  |  1997-12-22  |  4.3 KB  |  103 lines

  1.                         3Com (R) Corporation
  2.                    EtherDisk (R) Diskette for the
  3.       3C90X Fast EtherLink XL/EtherLink XL Bus Master NIC Family
  4.             NetWare 4.1x Server Driver Installation Notes
  5.  
  6.  
  7. This file contains information for installing the ODI server driver into
  8. a NetWare version 4.1x server.  You can install this driver by using the 
  9. program to copy the driver to the server's hard disk, and then manually 
  10. loading the driver.  Alternatively, you can import this driver when
  11. installing the NetWare 4.1x server software.
  12.                    
  13.  
  14. Installing the Server Driver into a NetWare 4.x Server
  15. ------------------------------------------------------                   
  16. To import the server driver into a NetWare 4.1x server, follow these steps:
  17.  
  18. 1.  Install the server software in the usual way.  When the NIC 
  19.     selection menu appears, place the EtherDisk 1 diskette in the floppy 
  20.     drive.
  21.  
  22. 2.  Press [Insert].
  23.     
  24.     This key tells the server installation program you want to add a 
  25.     driver externally.
  26.  
  27. 3.  Press [F3]. 
  28.     
  29.     This key tells the server installation program you want to change 
  30.     the path.
  31.  
  32. 4.  When you see the prompt A:\, type:
  33.     
  34.     NWSERVER
  35.     
  36.     The installation program will gather the files and prompt you for a 
  37.     NIC selection.  
  38.     
  39. 5.  Press [Enter] to continue the server installation.  
  40.  
  41.     NOTE: You should have the latest NetWare Support Pack installed.
  42.     NetWare 4.10 users must have the support pack installed that changes 
  43.     the LOADER.EXE file and provide NBI.NLM as well as the matching MSM.NLM,
  44.     and EHTERTSM.NLM files.  We have provided the latest (at time of testing)
  45.     *.NLM files and you can copy *.NLM files from the \NWSERVER subdirectory of
  46.     the EtherDisk diskette # 1 to the same location as the server driver.  Under 
  47.     some circumstances, where NBI.NLM will be loaded at server startup time,
  48.     you should also copy the NBI.NLM file to to the server startup directory.
  49.  
  50. Manually Updating an Existing Server Driver
  51. -------------------------------------------
  52. 1.  To update an existing server driver manually, copy all of the files 
  53.     from the \NWSERVER subdirectory on the EtherDisk 1 diskette to the
  54.     server hard disk.
  55.  
  56. 2.  Boot the server and launch the Install program.
  57.  
  58. 3.  Edit the AUTOEXEC.NCF file to add the following line (assuming the
  59.     server start directory is C:\NWSERVER, where the LAN drivers and NLM 
  60.     files were copied):
  61.  
  62.     LOAD C:\NWSERVER\3C90X.LAN SLOT=<slotnumber>
  63.  
  64.     The <slotnumber> variable is the hexadecimal slot number of the PCI 
  65.     NIC.  This address can be obtained by issuing a load command, where the 
  66.     driver will identify the slot numbers.  Pressing escape will prevent
  67.     loading the driver.  Due to Novell's scheme for identifying PCI
  68.     slots, it is not possible for 3COM to pre-identify the slot number.
  69.  
  70.     Multiple NICs
  71.     -----------------
  72.     To support more than one NIC in a server, change the AUTOEXEC.NCF file
  73.     to the format shown below:
  74.  
  75.     load C:\NWSERVER\3C90X.LAN SLOT=<slot1> NAME=<name1> FRAME=<frametype>
  76.     load C:\NWSERVER\3C90X.LAN SLOT=<slot2> NAME=<name2> FRAME=<frametype>
  77.  
  78.     where <slot1> and <slot2> are the NICs' PCI port addresses and <name1>
  79.     and <name2> are user-specified names that you assign to distinguish the 
  80.     multiple NICs.
  81.  
  82.     The FRAME parameter is optional.  The default frame type is 
  83.     Ethernet_802.2. If you want the ODI server driver to support more 
  84.     than one frame type, then both the unique NAME= and FRAME= parameters 
  85.     must be paired on each load driver line.  The valid frame types are 
  86.     Ethernet_802.2, Ethernet_802.3, Ethernet_II, and Ethernet_SNAP.
  87.  
  88.     The protocol(s) must be bound to the specific driver configuration using 
  89.     the user-assigned unique names. The following example shows how this can be
  90.     done:
  91.  
  92.     load C:\NWSERVER\3C90X.LAN SLOT=1 FRAME=Ethernet_802.3 NAME=ADPONE
  93.     load C:\NWSERVER\3C90X.LAN SLOT=2 FRAME=Ethernet_II    NAME=ADPTWO
  94.     bind IPX to ADPONE
  95.     bind IPX to ADPTWO
  96.  
  97.     The examples used may require other parameters to work properly.  
  98.     Consult the appropriate Novell NetWare manuals for details.
  99.     
  100.               (%VER NETWARE.41x - NetWare 4.1x Server v1.0c)
  101.  
  102.  
  103.